home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / comm / echeck20.zip / ECHECK.EXE / 0 / RCDATA / TFORMSTATUS / TFORMSTATUS.txt < prev   
Text File  |  1996-09-26  |  2KB  |  96 lines

  1. object FormStatus: TFormStatus
  2.   Left = 74
  3.   Top = 522
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Status'
  7.   ClientHeight = 173
  8.   ClientWidth = 162
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIChild
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poDefaultPosOnly
  16.   Scaled = False
  17.   Visible = True
  18.   OnShow = FormShow
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object Panel: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 162
  25.     Height = 150
  26.     Align = alTop
  27.     BevelOuter = bvNone
  28.     Caption = 'Panel'
  29.     TabOrder = 0
  30.     object ColorStringGrid: TColorStringGrid
  31.       Left = 0
  32.       Top = 0
  33.       Width = 162
  34.       Height = 150
  35.       TabStop = False
  36.       Align = alClient
  37.       BorderStyle = bsNone
  38.       ColCount = 2
  39.       DefaultColWidth = 80
  40.       FixedCols = 0
  41.       RowCount = 6
  42.       FixedRows = 0
  43.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
  44.       ScrollBars = ssNone
  45.       TabOrder = 0
  46.       OnGetCellColor = ColorStringGridGetCellColor
  47.     end
  48.   end
  49.   object PanelLight: TPanel
  50.     Left = 0
  51.     Top = 152
  52.     Width = 162
  53.     Height = 21
  54.     Align = alBottom
  55.     BevelOuter = bvNone
  56.     Color = clWhite
  57.     TabOrder = 1
  58.     object LEDGreen: TLED
  59.       Left = 36
  60.       Top = 2
  61.       Color = Green
  62.       State = LEDOff
  63.       Blinking = False
  64.       BlinkInterval = 500
  65.     end
  66.     object LabelStatus: TLabel
  67.       Left = 64
  68.       Top = 2
  69.       Width = 97
  70.       Height = 20
  71.       AutoSize = False
  72.       Font.Color = clWindowText
  73.       Font.Height = -13
  74.       Font.Name = 'MS Sans Serif'
  75.       Font.Style = [fsBold]
  76.       ParentFont = False
  77.     end
  78.     object LEDRed: TLED
  79.       Left = 4
  80.       Top = 2
  81.       Color = Red
  82.       State = LEDOff
  83.       Blinking = False
  84.       BlinkInterval = 500
  85.     end
  86.     object LEDYellow: TLED
  87.       Left = 20
  88.       Top = 2
  89.       Color = Yellow
  90.       State = LEDOff
  91.       Blinking = False
  92.       BlinkInterval = 500
  93.     end
  94.   end
  95. end
  96.